Provides event data for OnPropertyChanging events.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public class PropertyChangingEventArgs<T> : PropertyChangedEventArgs<T>
Visual Basic
Public Class PropertyChangingEventArgs(Of T) _
	Inherits PropertyChangedEventArgs(Of T)

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Xaml..::..PropertyChangedEventArgs<(Of <(<'T>)>)>
      C1.Xaml..::..PropertyChangingEventArgs<(Of <(<'T>)>)>

See Also